home *** CD-ROM | disk | FTP | other *** search
- $name "Trueform Stomp"
-
- // This script is correct, honest! This is a blast area weapon, therefore
- // it has no movement and no collision flags, as this is all handled thru
- // the blast wrapper.
-
- // This is a special case weapon, these actually mean the following :
-
- // collision_radius ---> maximum collision radius of the generated blast
- // damage ---> total damage the weapon can do over it's life span
- // weapon_range ---> lifespan of blast
-
- $properties // These are the default properties
- {
- $collision_radius = 300
- $collision_flags = 0
- $blast_radius = 0
- $damage = 25
- $min_velocity = 0
- $max_velocity = 0
- $physics_flags = PHYS_NONE
- $velocity_flags = USE_DEFAULT_VELOCITY
- $weapon_class = _WP_CLASS_UNKNWN
- $weapon_range = 15
- }
-